home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / video / jetset.1 / jetset.tar / data_chars.h < prev    next >
C/C++ Source or Header  |  1994-01-09  |  228b  |  15 lines

  1. #ifndef DATA_CHARS_H_
  2. #define DATA_CHARS_H_
  3.  
  4. #include "data.h"
  5.  
  6. extern int room_chars[NROOM][8];
  7. typedef struct {
  8.     unsigned char fg;
  9.     unsigned char bg;
  10. } FgBg;
  11. extern FgBg char_colors[NCHARS];
  12.  
  13. #endif /* DATA_CHARS_H_ */
  14.  
  15.